getPlayer function
Implementation
Widget getPlayer(
{String? filePath,
String? url,
String? asset,
double? width,
double? height}) =>
VideoPlayerMobile(
filePath: filePath,
url: url,
asset: asset,
width: width,
height: height,
);