isShowLastSelectedStyle static method

Future<bool> isShowLastSelectedStyle()

Implementation

static Future<bool> isShowLastSelectedStyle() async {
  try {
    return await keys.isShowLastSelectedStyle();
  } catch (ex) {
    return true;
  }
}