onPermissionsGranted method

Future<void> onPermissionsGranted()

Called when the necessary permissions for the Grouplink SDK are granted. This method is typically called after the user has granted permissions for location and Bluetooth.

Implementation

Future<void> onPermissionsGranted() {
  throw UnimplementedError(
    'onPermissionsGranted() has not been implemented.',
  );
}