callbackOnBegin top-level property
Implementation
ModeCallback callbackOnBegin = (EnhancedMatch match, ModeCallbackResponse response) {
response.data['_beginMatch'] = match[1] ?? match[2];
};
ModeCallback callbackOnBegin = (EnhancedMatch match, ModeCallbackResponse response) {
response.data['_beginMatch'] = match[1] ?? match[2];
};