onResume method

Future<void> onResume()

Implementation

Future<void> onResume() {
  return _channel.invokeMethod("onResume");
}