showBackgroundCallUI method

  1. @override
Future<bool?> showBackgroundCallUI()
override

This feature is not available for web

Implementation

@override
Future<bool?> showBackgroundCallUI() {
  return Future.value(false);
}