package io.flutter.plugin.platform; import android.view.View; public interface h { void a(); void b() { } View c(); void d(View view) { } void e() { } void f() { } }