cancel method

  1. @override
void cancel(
  1. String mac
)
override

解绑&断开 (根据MAC)

Implementation

@override
void cancel(String mac) {
  methodChannel.invokeMethod("cancel",mac);
}