currentSession property

Future<int> currentSession

Returns the current session tracked by MBAudience

Implementation

static Future<int> get currentSession async {
  return MBAudienceManager.shared.currentSession();
}