handleSetServerURL method
Implementation
void handleSetServerURL(MethodCall call) {
Map<Object?, Object?> args = call.arguments as Map<Object?, Object?>;
String serverURL = args['serverURL'] as String;
set_config({'api_host': serverURL}.jsify());
}