stopStream method

Future<String?> stopStream()

Implementation

Future<String?> stopStream() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}