dispose method
Implementation
Future<void> dispose() async {
try {
await _invokeMethod(_ReaderChannelMethodInvoke.dispose);
} on Object catch (_) {
// ignore
}
setMethodCallHandler(null);
}
Future<void> dispose() async {
try {
await _invokeMethod(_ReaderChannelMethodInvoke.dispose);
} on Object catch (_) {
// ignore
}
setMethodCallHandler(null);
}