activePlatforms method

Future activePlatforms ()

已集成的平台

Implementation

static Future<dynamic> activePlatforms() async
{
  return await _channel.invokeMethod(ShareSDKMethods.activePlatforms.name);
}