blob: a3b6c0a3adf0381bd60881029c460fd1720781c5 [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.
package io.flutter.plugins.googlemaps;
import androidx.annotation.Nullable;
import androidx.lifecycle.Lifecycle;
interface LifecycleProvider {
@Nullable
Lifecycle getLifecycle();
}