@override Future<bool> closeTexture(int key) async { return await methodChannel .invokeMethod<bool>('closeTexture', {"key": key}) ?? false; }