@@ -10,23 +10,15 @@ Native device functions are called directly from your PHP code, giving you acces
1010maintaining the productivity and familiarity of Laravel development.
1111
1212These functions are called from your PHP code using an ever-growing list of classes. These classes are also wrapped in
13- Laravel Facades for ease of access and testing:
14-
15- - ` Native\Mobile\Facades\Audio `
16- - ` Native\Mobile\Facades\Biometrics `
17- - ` Native\Mobile\Facades\Browser `
18- - ` Native\Mobile\Facades\Camera `
19- - ` Native\Mobile\Facades\Device `
20- - ` Native\Mobile\Facades\Dialog `
21- - ` Native\Mobile\Facades\File `
22- - ` Native\Mobile\Facades\Geolocation `
23- - ` Native\Mobile\Facades\Haptics `
24- - ` Native\Mobile\Facades\Network `
25- - ` Native\Mobile\Facades\PushNotifications `
26- - ` Native\Mobile\Facades\Scanner `
27- - ` Native\Mobile\Facades\SecureStorage `
28- - ` Native\Mobile\Facades\Share `
29- - ` Native\Mobile\Facades\System `
13+ Laravel Facades for ease of access and testing, such as:
14+
15+ ``` php
16+ Native\Mobile\Facades\Biometrics
17+ Native\Mobile\Facades\Browser
18+ Native\Mobile\Facades\Camera
19+ ```
20+
21+ Each of these is covered in our [ APIs] ( ../apis/ ) section.
3022
3123<aside >
3224
0 commit comments