@override Future<bool> get isInitialized async { return await methodChannel.invokeMethod<bool>('isInit') ?? false; }