startSessionDateForSession static method

Future<DateTime?> startSessionDateForSession(
  1. int session
)

The date of the last session

Implementation

static Future<DateTime?> startSessionDateForSession(int session) async {
  return MBAudienceManager.shared.startSessionDateForSession(session);
}