removeProfileImage method
This method is used to remove the profile image.
Implementation
Future<void> removeProfileImage(Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
This method is used to remove the profile image.
Future<void> removeProfileImage(Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}