getToken method

Future<String?> getToken()

Get FCM token

Implementation

Future<String?> getToken() async {
  return await _platform.getToken();
}