setstrTokenId static method

Future<void> setstrTokenId(
  1. String value
)

Implementation

static Future<void> setstrTokenId(String value) async =>
    await AppStorage.set("strTokenId", value);