setBaseUrl method

Future<void> setBaseUrl(
  1. String baseUrl
)

Sets Identomat environment URL. Production environment is set by default.

Implementation

Future<void> setBaseUrl(String baseUrl) async {
  return IdentomatFlutterPlatform.instance.setBaseUrl(baseUrl);
}