updateFcmToken method

Future<void> updateFcmToken(
  1. String firebasetoken,
  2. bool isForceUpdate,
  3. dynamic callback(
    1. FlyResponse response
    )?
)

This method is used to update the FCM Token to the MirrorFly server.

Implementation

Future<void> updateFcmToken(String firebasetoken, bool isForceUpdate,
    Function(FlyResponse response)? callback) {
  throw UnimplementedError('has not been implemented.');
}