startSDKAndroid method

Future<void> startSDKAndroid(
  1. String token
)

Starts the Grouplink SDK specifically for Android with the provided token. This method is used to initialize the SDK on Android devices.

Implementation

Future<void> startSDKAndroid(String token) {
  throw UnimplementedError('startSDKAndroid() has not been implemented.');
}