openSettings method

Future openSettings(
  1. BuildContext context
)

Returns a result of showDialog that builds CallSettingsView.

Implementation

Future<dynamic> openSettings(BuildContext context) {
  return CallSettingsView.show(context, call: _currentCall);
}