10 lines
254 B
Java
10 lines
254 B
Java
|
package io.flutter.embedding.android;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import io.flutter.embedding.engine.FlutterEngine;
|
||
|
|
||
|
/* loaded from: classes5.dex */
|
||
|
public interface FlutterEngineProvider {
|
||
|
FlutterEngine provideFlutterEngine(Context context);
|
||
|
}
|