changePin method

Future<void> changePin()

Starts change pin flow.

Implementation

Future<void> changePin() async {
  await api.changePin();
}