initialize method

Future initialize(
  1. String token
)

Implementation

Future<dynamic> initialize(String token) {
  throw UnimplementedError('initialize() has not been implemented.');
}