getMouseTotalClickCount method

Future<int?> getMouseTotalClickCount()

Implementation

Future<int?> getMouseTotalClickCount() {
throw UnimplementedError('getMouseTotalClickCount() has not been implemented.');
}