Sets Identomat environment URL. Production environment is set by default.
Future<void> setBaseUrl(String baseUrl) async { return IdentomatFlutterPlatform.instance.setBaseUrl(baseUrl); }