sync method Null safety

void sync()

Syncs device state with HyperTrack servers

Implementation

void sync() {
  _invokeSdkVoidMethod(SdkMethod.sync);
}