onPause static method

void onPause()

Implementation

static void onPause() {
  _channel.invokeMethod('onPause');
}