stopService static method

dynamic stopService()

Implementation

static stopService() {
  _channel.invokeMethod("stopService");
}