@override Future<int?> createTexture() async { return await _channel.invokeMethod<int>('$_name/createTexture'); }