Fixed Location Permission issue on Android - 1
This commit is contained in:
@ -190,11 +190,15 @@ class IndexController extends GetxController with WidgetsBindingObserver {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
void checkPermission()
|
||||
{
|
||||
debugPrint("MapControllerの初期化が完了したら、位置情報の許可をチェックする");
|
||||
_checkLocationPermission();
|
||||
}
|
||||
*/
|
||||
|
||||
@override
|
||||
void onClose() {
|
||||
|
||||
Reference in New Issue
Block a user