static Future<void> startStream(String url) async { await _channel.invokeMethod('startStream', url); }