readNotifyMessage method
void
readNotifyMessage(
- String serviceUuid,
- String characteristicUuid,
- OnReadMessage onReadMessage,
- bool isDisposable,
Implementation
void readNotifyMessage(String serviceUuid,String characteristicUuid,OnReadMessage onReadMessage,bool isDisposable){
_longTimeNotifyMessageCallbacks[characteristicUuid]=onReadMessage;
_channel.invokeMethod("readNotifyMessage",{"serviceUuid":serviceUuid,"characteristicUuid":characteristicUuid});
}