streamCancel method Null safety
- String streamId
override
The streamCancel RPC cancels a stream subscription in the VM.
If the client is not subscribed to the stream, the 104 (Stream not
subscribed) RPC error code is returned.
See Success.
Implementation
@override
Future<Success> streamCancel(String streamId) =>
_call('streamCancel', {'streamId': streamId});