enableWebAuth function

Future<void> enableWebAuth()

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

Implementation

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