Future<void> stop({required int streamId}) async { await methodChannel.invokeMethod("stop", {"streamId", streamId}); }