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