openRadiosSettings method

Future<void> openRadiosSettings()

Implementation

Future<void> openRadiosSettings() async {
  // Not applicable for web
  _showNotApplicableMessage('Radios');
}