listen method

void listen(
  1. dynamic callback(
    1. PreferredDoubleTapAction
    )
)

Implementation

void listen(Function(PreferredDoubleTapAction) callback) {
  throw UnimplementedError('listen() has not been implemented.');
}