sfsCtx function

dynamic sfsCtx()

Globle build context sfsContext

Implementation

sfsCtx() {
  try {
    return NavigationService.navigatorKey.currentContext!;
  } catch (e) {
    throw Exception(
        "Required to add sfsNavigatorKey in MaterialApp (navigatorKey: sfsNavigatorKey),");
  }
}