@override Future<void> pause(int textureId) async { await methodChannel.invokeMethod<bool>('pause', {"textureId": textureId}); }