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