updateFcmToken method
This method is used to update the FCM Token to the MirrorFly server.
Implementation
Future<void> updateFcmToken(
String firebasetoken, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}