destroyMediaProjection static method

Future<int> destroyMediaProjection()

Only support Android Invoke this function will stop the media projection foreground notification service (since Android Q)

Implementation

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