startWithHubInfo method

Future<void> startWithHubInfo(
  1. String connectionString,
  2. String hubName
)

Initializes the plugin with provided hub information and requests notification permissions.

Implementation

Future<void> startWithHubInfo(String connectionString, String hubName) {
  throw UnimplementedError('startWithHubInfo() has not been implemented.');
}