Passes a data chunk from Dart to the native stream (used for streamed responses).
static Future<dynamic> onDataReceived(Map<String, Object> map) => _channel.invokeMethod('onDataReceived', map);