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