startSDK method

Future<void> startSDK(
  1. String token
)

Starts the Grouplink SDK with the provided token.

Implementation

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