startNextSession method

Future<void> startNextSession()

Starts a new tracking session. You can use this to indicate that the user has restarted the application.

Implementation

Future<void> startNextSession() async {
  return _dymatrixApi.startNextSession();
}