getMobileUserId static method

Future<int?> getMobileUserId()

Retrieves the current saved mobile user id. @returns a Future that completes with the current saved mobile user id.

Implementation

static Future<int?> getMobileUserId() {
  return MBAudienceManager.shared.getMobileUserId();
}