@override Future<void> invalidate(int texId) async { return await methodChannel.invokeMethod<void>('invalidate', <String, int>{'texture': texId}); }