refresh static method
Manually ask the Nami server for the latest active entitlements
Implementation
static Future<List<NamiEntitlement>> refresh() async {
List<dynamic> list = await channel.invokeMethod("refresh");
return _mapToNamiEntitlementList(list);
}