static Future<bool> get isInitialized async { if (!_isSupported) return false; return await _channel.invokeMethod<bool>('isInitialized') ?? false; }