callbackOnEnd top-level property
Implementation
ModeCallback callbackOnEnd = (EnhancedMatch match, ModeCallbackResponse response) {
if (response.data['_beginMatch'] != match[1]) {
response.ignoreMatch();
}
};
ModeCallback callbackOnEnd = (EnhancedMatch match, ModeCallbackResponse response) {
if (response.data['_beginMatch'] != match[1]) {
response.ignoreMatch();
}
};