requestSystemAlertWindowAndroid method

Future<void> requestSystemAlertWindowAndroid()

Implementation

Future<void> requestSystemAlertWindowAndroid() {
  throw UnimplementedError(
    'requestSystemAlertWindow() has not been implemented.',
  );
}