GetTouchPointCount method
Get number of touch points
Implementation
int GetTouchPointCount() => run(
() => _debugLabels.GetTouchPointCount(),
() => _flat.GetTouchPointCount(),
);
Get number of touch points
int GetTouchPointCount() => run(
() => _debugLabels.GetTouchPointCount(),
() => _flat.GetTouchPointCount(),
);