blob: 3e34c23db4b11bee30808ad5be4ab71bf05260c4 [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.plugin.common;
public interface ActivityLifecycleListener {
void onPostResume();
}