keepOn static method

Future keepOn(
  1. bool on
)

Implementation

static Future keepOn(bool on) => _channel.invokeMethod('keepOn', {"on": on});