getAppStartup function

Function getAppStartup()

Implementation

Function getAppStartup() {
  return () {
    requestPermissions();
  };
}