static Future setBaseUrl(String baseUrl) async { await _channel.invokeMethod('setBaseUrl', [baseUrl]); }