setPushEnable static method

Future<void> setPushEnable(
  1. bool enable
)

Implementation

static Future<void> setPushEnable(bool enable) async {
  return await _channel.invokeMethod(_METHOD_PUSH_ENABLE, enable);
}