reset static method
void
reset()
Call this method if you already consumed the callback and don't want the same callback again
Implementation
static void reset() {
_mChannel.invokeMethod('reset').then((_) {});
}
Call this method if you already consumed the callback and don't want the same callback again
static void reset() {
_mChannel.invokeMethod('reset').then((_) {});
}