removeUserImage method

Future<bool> removeUserImage()

Removes the users uploaded image, replacing it with the default user image.

Implementation

_i2.Future<bool> removeUserImage() => caller.callServerEndpoint<bool>(
      'serverpod_auth.user',
      'removeUserImage',
      {},
    );