init method

Future init()

Init the sdk

Implementation

Future<dynamic> init() async {
  return EarthoOnePlatform.instance.initEartho(clientId: clientId, clientSecret:clientSecret, enabledProviders: enabledProviders);
}