@override Future<bool?> initPlugin(params) async { final result = await methodChannel.invokeMethod<bool>(methodInitPlugin, params); return result; }