showBackgroundCallUI method

Future<bool?> showBackgroundCallUI()

Android-only, shows background call UI

Implementation

Future<bool?> showBackgroundCallUI() {
  return _channel.invokeMethod("backgroundCallUI", {});
}