Initial project
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
class MediaSdkMethodChannel
|
||||
{
|
||||
// Channel Name
|
||||
static const String channelName = 'media_sdk';
|
||||
|
||||
//---------------- Flutter call native ----------------
|
||||
|
||||
static const String requestPermission = 'requestPermission';
|
||||
|
||||
|
||||
//---------------- Flutter call native ----------------
|
||||
|
||||
|
||||
|
||||
//---------------- native call Flutter ----------------
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//---------------- native call Flutter ----------------
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user