blob: 19686c423b94420257f5389faa11cfb49313c0e0 [file] [log] [blame]
// Copyright 2014 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 com.yourcompany.platforminteraction;
import io.flutter.embedding.android.FlutterActivity;
public class MainActivity extends FlutterActivity {
}