updateFcmToken method
Future<void>
updateFcmToken(
- String firebasetoken,
- bool isForceUpdate,
- dynamic callback(
- 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.');
}