Sign in
flutter
/
mirrors
/
packages
/
refs/tags/google_maps_flutter_platform_interface-v2.2.7
/
.
/
packages
/
path_provider
/
path_provider_linux
/
lib
/
src
/
get_application_id_stub.dart
blob: 909997693626a9155e0ac0f9a0b0600b4075d983 [
file
] [
log
] [
blame
]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Gets the application ID for this app.
String
?
getApplicationId
()
=>
null
;