demoteToBackground static method

Future<void> demoteToBackground()

demote the service to background

Implementation

static Future<void> demoteToBackground() async =>
    await _bgMethodChannel.invokeMethod('service.demoteToBackground');