promptForAccountSelection abstract method

Future<String> promptForAccountSelection(
  1. String message,
  2. List<String> options
)

Implementation

Future<String> promptForAccountSelection(
    String message, List<String> options);