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