initEartho method

Future initEartho({
  1. required String clientId,
  2. required String clientSecret,
  3. List<String>? enabledProviders,
})

Init the sdk

Implementation

Future<dynamic> initEartho({required String clientId, required String clientSecret, List<String>? enabledProviders}) async {
  throw UnimplementedError('init() has not been implemented.');
}