callbackOnBegin2 top-level property
SHEBANG
Implementation
ModeCallback callbackOnBegin2 = (EnhancedMatch m, ModeCallbackResponse resp) {
if (m.index != 0) {
resp.ignoreMatch();
}
};
SHEBANG
ModeCallback callbackOnBegin2 = (EnhancedMatch m, ModeCallbackResponse resp) {
if (m.index != 0) {
resp.ignoreMatch();
}
};