blob: c51a3c0d8a55f91a7a7c53b51a3fb57b52f9b660 [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.androidalarmmanagerexample;
import androidx.annotation.NonNull;
public class DriverExtensionActivity extends MainActivity {
@Override
@NonNull
public String getDartEntrypointFunctionName() {
return "appMain";
}
}