enableWebAuth function

Future<void> enableWebAuth(
  1. ApptiveGridOptions options
)

Enable Authentication on the Web This is using a conditional import to listen for Authentication on the Web

Implementation

Future<void> enableWebAuth(ApptiveGridOptions options) {
  return implementation.enableWebAuth(options);
}