onUserInteraction method

void onUserInteraction()

用户交互时调用(主要用于Android平台)

Implementation

void onUserInteraction() {
  throw UnimplementedError('onUserInteraction() has not been implemented.');
}