moveTaskToBack static method

Future<void> moveTaskToBack()

Calls the platform-specific function to send the app to the background

Implementation

static Future<void> moveTaskToBack() async {
  await _channel.invokeMethod('moveTaskToBack');
}