turnOffPush method

void turnOffPush()

Implementation

void turnOffPush() {
  if (Platform.isAndroid) {
    _channel.invokeMethod('stopPush');
  }
}