duration method

Future<int?> duration()

Implementation

Future<int?> duration() async {
  return await ThanPkg.android.media.duration();
}