static Future showOnboardingConnected(bool connected) async { await _channel.invokeMethod('showOnboardingConnected', [connected]); }