startSDKiOS method

Future<void> startSDKiOS(
  1. String token
)

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

Implementation

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