getToken method

void getToken({
  1. required dynamic callback(
    1. String
    ),
})

Method to obtain token.

Implementation

void getToken({required Function(String) callback}) =>
    throw UnimplementedError('getToken() has not been implemented.');