Get the user ID for the device.
@override Future<String> getUserId() async { final result = await methodChannel.invokeMethod<String>( 'AzNotificationHub.getUserId', ); return result ?? ''; }