markInactive method

Future<void> markInactive()

Implementation

Future<void> markInactive() {
  return _enableMobileOptimisation(true);
}