static Future<void> setAPNsForProduction(bool isPro) async { _channel.invokeMethod('setAPNsForProduction', {'isPro': isPro}); }