onResume method

Future<void> onResume()

通知SDK页面恢复

Implementation

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