startSDKiOS method
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.');
}