blob: 154de200fd86023a6b0bfb976ba245b7bf91691a [file] [log] [blame]
// Copyright 2019 The Chromium 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();
}