setPerfilid method

Future<bool> setPerfilid(
  1. String id
)

Implementation

Future<bool> setPerfilid(String id) => _manager.setString(_key, id);