setApiConnectionWithCredentials method
Implementation
Future<String> setApiConnectionWithCredentials({
required String username,
required String password,
required String host,
List<SslPin>? pins,
}) {
throw UnimplementedError(
'setApiConnectionWithCredentials() has not been implemented.');
}