startNextSession method
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();
}
Starts a new tracking session. You can use this to indicate that the user has restarted the application.
Future<void> startNextSession() async {
return _dymatrixApi.startNextSession();
}