@override Future<int?> init(int w, int h) async { return await methodChannel.invokeMethod<int>('init', <String, int>{'width': w, 'height': h}); }