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