stopDataStreaming method

Future<Map<String, dynamic>> stopDataStreaming()

Stop continuous data streaming

Implementation

Future<Map<String, dynamic>> stopDataStreaming() {
  throw UnimplementedError('stopDataStreaming() has not been implemented.');
}