getCurrentInterruptionFilter static method

Future<int?> getCurrentInterruptionFilter()

Returns currently applied notification filter

Implementation

static Future<int?> getCurrentInterruptionFilter() async {
  return await _channel.invokeMethod('getCurrentInterruptionFilter');
}