setCallButtons abstract method

Future<void> setCallButtons(
  1. List<String> buttons
)

Sets the ApplicationSettings.callButtons value.

Implementation

Future<void> setCallButtons(List<String> buttons);