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