setAPNsShowForegroundType static method

Future<void> setAPNsShowForegroundType(
  1. int type
)

Implementation

static Future<void> setAPNsShowForegroundType(int type) async {
	return await _channel.invokeMethod('setAPNsShowForegroundType', {'type': type});
}