@override Future<Int32List?> getSize(int texId) async { return await methodChannel.invokeMethod<Int32List?>('get_size', <String, int>{'texture': texId}); }