getNomeAplicativo method

Future<String?> getNomeAplicativo()

Implementation

Future<String?> getNomeAplicativo() async {
  var token = await this.get('aplicativo');
  return token;
}