setLastSeenVisibility method

Future<void> setLastSeenVisibility(
  1. bool enable,
  2. dynamic callback(
    1. FlyResponse response
    )?
)

Sets the visibility of the last seen time for the current user.

Implementation

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