turnOnPush method

void turnOnPush()

Implementation

void turnOnPush() {
  _channel.invokeMethod('resume');
}