private suspend fun stop(result: MethodChannel.Result) {
    status = onStop()
    sendResult(result, status.name)
  }