moveAppToBackground method

Future<bool> moveAppToBackground()

Implementation

Future<bool> moveAppToBackground() {
  throw UnimplementedError('moveAppToBackground() has not been implemented.');
}