moveToBackground method

Future<void> moveToBackground()

Implementation

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