dispose method
Implementation
@override
void dispose() {
_nativeAPI.destroy()
.onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}
@override
void dispose() {
_nativeAPI.destroy()
.onError<Exception>((error, stackTrace) => exceptionHandler(exception: error, tag: "PIGEON", stacktrace: stackTrace));
}