getState

最近更新时间:2022-09-20 05:17:40

  Future<int> getState()

返回

  • 0:方法调用成功。

  • <0:方法调用失败,详见 ErrorCode

Implementation

  
  Future<int> getState() {
    return _methodChannel.invokeMethod("getState");
  }