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