@override Future<bool> init() async { final result = await methodChannel.invokeMethod<bool>('init'); return result ?? false; }