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