onResume static method

  1. @visibleForTesting
void onResume()

Implementation

@visibleForTesting
static void onResume() {
  _channel.invokeMethod('onResume');
}